home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 25 Years Anniversary
/
CHIP_25Jahre_Jubilaeum.iso
/
downloads
/
388320
/
MailWash.exe
/
{app}
/
MailWasher.exe
/
0
/
RCDATA
/
TPASSWORDFORM
/
TPASSWORDFORM.txt
< prev
Wrap
Text File
|
2003-03-07
|
3KB
|
147 lines
object PasswordForm: TPasswordForm
Left = 608
Top = 315
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Logon - pop address'
ClientHeight = 251
ClientWidth = 335
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object descLabel: TLabel
Left = 64
Top = 8
Width = 257
Height = 33
AutoSize = False
Caption = 'Please enter your name and password for the following server:'
WordWrap = True
end
object Image1: TImage
Left = 16
Top = 8
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.bmp>}
Transparent = True
end
object CancelButton: TButton
Left = 248
Top = 216
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 1
OnClick = CancelButtonClick
end
object GroupBox1: TGroupBox
Left = 16
Top = 48
Width = 305
Height = 153
Caption = ' Logon '
TabOrder = 2
object UserNameLabel: TLabel
Left = 16
Top = 44
Width = 51
Height = 13
Caption = 'User name'
end
object Label4: TLabel
Left = 16
Top = 76
Width = 46
Height = 13
Caption = 'Password'
end
object Label2: TLabel
Left = 16
Top = 16
Width = 34
Height = 13
Caption = 'Server:'
end
object ServerLabel: TLabel
Left = 96
Top = 16
Width = 58
Height = 13
Caption = 'pop address'
end
object UsernameEdit: TEdit
Left = 96
Top = 44
Width = 193
Height = 21
MaxLength = 50
TabOrder = 0
Text = 'UsernameEdit'
end
object PasswordEdit: TEdit
Left = 96
Top = 76
Width = 193
Height = 21
MaxLength = 50
PasswordChar = '*'
TabOrder = 1
end
object SavePasswordCheckBox: TCheckBox
Left = 96
Top = 104
Width = 161
Height = 17
Caption = 'Remember Password'
TabOrder = 2
end
object SecureAuthCheckBox: TCheckBox
Left = 16
Top = 124
Width = 265
Height = 17
Caption = 'Use secure authentication'
TabOrder = 3
OnClick = SecureAuthCheckBoxClick
end
object APOPRadioButton: TRadioButton
Left = 176
Top = 124
Width = 57
Height = 17
Caption = 'APOP'
TabOrder = 4
end
object MSNRadioButton: TRadioButton
Left = 240
Top = 124
Width = 49
Height = 17
Caption = 'MSN '
TabOrder = 5
end
end
object OKButton: TButton
Left = 160
Top = 216
Width = 75
Height = 25
Caption = 'OK'
Default = True
TabOrder = 0
OnClick = OKButtonClick
end
end